Make dired-default-directory obsolete.
authorGlenn Morris <rgm@gnu.org>
Wed, 2 Mar 2011 07:59:02 +0000 (23:59 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 Mar 2011 07:59:02 +0000 (23:59 -0800)
commit6d8ceb34dc66d5fbf166aa7852711ad74e8a7997
tree31cfb790747f6c2c2372883b7d2d1c62c5b93180
parent285c251415e96494f22a1ae9db3aaa2f33de08be
Make dired-default-directory obsolete.

As far as I can tell, it was never used outside of dired-smart-shell-command.
It doesn't seem worth keeping around as a separate function.

* lisp/dired-x.el (dired-default-directory-alist, dired-default-directory):
Mark as obsolete.
(dired-smart-shell-command): Just call dired-current-directory.

* doc/misc/dired-x.texi (Multiple Dired Directories): Remove mentions
of dired-default-directory-alist and dired-default-directory.
Move dired-smart-shell-command here...
(Miscellaneous Commands): ... from here.
doc/misc/ChangeLog
doc/misc/dired-x.texi
lisp/ChangeLog
lisp/dired-x.el